home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global slidewait_g
- if the ticks < slidewait_g then
- go(the frame)
- else
- set tempcur to integer(field "PhotoCUR_T") + 1
- if tempcur > integer(item integer(field "PhotoGRP_T") of field "PhotoMAX_T") then
- set tempcur to 1
- end if
- put tempcur into field "PhotoCUR_T"
- end if
- end
-